home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / monthw.dir / 00060.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  234 b   |  10 lines

  1. on searchdata month
  2.   global mydatebase, monthdata, mydbno
  3.   set monthdata to EMPTY
  4.   repeat with n = 1 to mydbno
  5.     if value(item 8 of line n of mydatebase) = month then
  6.       put n & "," after monthdata
  7.     end if
  8.   end repeat
  9. end
  10.